'Declaration Public Overloads Sub WriteRowDataUnsafe( _
ByVal rowRow index.As System.Int32, _
ByVal offsetInRowOffset in row.As System.Int32, _
ByVal rowDataThe buffer to read data from.() As Byte, _
ByVal offsetInRowDataThe starting point in the buffer at which to begin reading row data.As System.Int32, _
ByVal lengthLength of data to write.As System.Int32 _
)
public void WriteRowDataUnsafe(
System.Int32 row,
System.Int32 offsetInRow,
byte[] rowData,
System.Int32 offsetInRowData,
System.Int32 length
)
public: void WriteRowDataUnsafe(
System.Int32 row,
System.Int32 offsetInRow,
byte[]* rowData,
System.Int32 offsetInRowData,
System.Int32 length
)
public:
void WriteRowDataUnsafe(
System.Int32 row,
System.Int32 offsetInRow,
array<byte>^ rowData,
System.Int32 offsetInRowData,
System.Int32 length
)
Parameters
- row
- Row index.
- offsetInRow
- Offset in row.
- rowData
- The buffer to read data from.
- offsetInRowData
- The starting point in the buffer at which to begin reading row data.
- length
- Length of data to write.